Geo Trigger Event
@JsonClass(generateAdapter = true )
An event triggered by GeoTriggering service when a trigger (zone entry or exit) happens. This event is sent from the SDK via onZoneEntryEvent
onZoneExitEvent callbacks.
Constructors
Link copied to clipboard
constructor(notificationType: NotificationType, appInfo: AppInfo, triggerEvents: List<TriggerEvent>, installRef: UUID, projectId: UUID, deviceInfo: DeviceInfo, triggerChainId: UUID, zoneInfo: NotificationZoneInfo)
Properties
Link copied to clipboard
Device information e.g. model, os, osVersion
Link copied to clipboard
The installation reference of this Point SDK enabled App.
Link copied to clipboard
Link copied to clipboard
The unique ID of the trigger chain. A trigger chain includes an Entry event (if zone setting in Canvas is Exit-disabled), or a pair of Entry and Exit events (if zone setting in Canvas is Exit-enabled).
Link copied to clipboard
A list of trigger events included in this GeoTriggerEvent.
Link copied to clipboard
Details of the zone triggering the event.
Functions
Link copied to clipboard
Find the trigger event that was the zone entry.
Link copied to clipboard
Find the trigger event that was the zone exit. Will be null for ENTRY